From 9d8d1afcd3170ef950b2dbe347d1f586951d9743 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 3 Jan 2007 22:17:28 +0000 Subject: [PATCH] (Variable Definitions, Customization Types): Don't use * in doc string for defcustom. --- lispref/customize.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lispref/customize.texi b/lispref/customize.texi index ee188c76c79..621124acb97 100644 --- a/lispref/customize.texi +++ b/lispref/customize.texi @@ -409,7 +409,7 @@ Keywords}. Here is an example, from the library @file{saveplace.el}: @example (defcustom save-place nil - "*Non-nil means automatically save place in each file..." + "Non-nil means automatically save place in each file..." :type 'boolean :require 'saveplace :group 'save-place) @@ -461,7 +461,7 @@ example: @example (defcustom diff-command "diff" - "*The command to use to run diff." + "The command to use to run diff." :type '(string) :group 'diff) @end example -- 2.30.2